home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 0440 / faq.wcl < prev    next >
Text File  |  1997-04-01  |  5KB  |  128 lines

  1.      WCL FREQUENTLY ASKED QUESTIONS: AND BRIEF ANSWERS
  2.      -------------------------------------------------
  3.  
  4. 1. WHAT IS WCL?
  5.      WCL is a command and batch processor for Windows, which also
  6.      emulates most of the internal DOS commands. It is also a fully
  7.      featured suite of Windows utilities.
  8.  
  9. 2. SHOULD I READ THE WCL HELP FILE BEFORE USING WCL?
  10.      YES, YES, YES! All questions in this file can be answered by
  11.      the simple expedient of reading the documentation.
  12.  
  13. 3. CAN I USE BATCH FILES WITH WCL?
  14.      YES. Any command recognised by WCL can be put in a batch file with
  15.      a .CBF extension. DOS Batch files with a .BAT extension are run by
  16.      WCL by opening a separate DOS window for them.
  17.      See the BATCH FILES section in the help file.
  18.  
  19. 4. WHY DOES WCL ALWAYS OPEN A SEPARATE WINDOW WHEN RUNNING DOS PROGRAMS?
  20.      Because there is no other way in which DOS programs can be run
  21.      under Windows.
  22.  
  23. 5. HOW CAN I STOP WCL FROM AUTOMATICALLY CLOSING THE DOS WINDOWS SO
  24.    I CAN SEE THE OUTPUT FROM DOS COMMANDS?
  25.      By using the SPAWN command, or unchecking the "Close Window on Exit"
  26.      checkbox in the PIF file called _DEFAULT.PIF, in your Windows
  27.      directory.
  28.      See the DOS PROGRAMS section in the help file.
  29.  
  30. 6. HOW CAN I USE 4DOS FEATURES FROM WCL?
  31.      By using the SPAWN or RUNDOS commands.
  32.  
  33. 7. HOW CAN I TRANSMIT SEVERAL COMMANDS AT ONCE?
  34.      By using the FOREACH command, or by typing several commands, and
  35.      terminating each of them with a semi-colon.
  36.  
  37. 8. CAN I USE WCL AS MY WINDOWS SHELL?
  38.      Yes. In so doing, you get several other benefits - like being able
  39.      to save the Windows desktop and have it restored automatically
  40.      when next you start Windows.
  41.      See the WINSHELL command
  42.  
  43. 9. CAN I EXIT WCL WITHOUT BEING ASKED FOR CONFIRMATION?
  44.      Yes. Use the WMCLOSE command
  45.  
  46. 10. CAN WE USE WCL ON A NETWORK AND GIVE USERS THEIR OWN INI FILES?
  47.      Yes. Use the "/WCL$=" switch to specify each persons INI file.
  48.      See the NETWORKS section in the help file.
  49.  
  50. 11. DOES WCL SUPPORT NOVELL NETWARE?
  51.      Yes. See (10) above. See also the WCLMAP command.
  52.  
  53. 12. CAN I USE THE "DIR" COMMAND WITHOUT PAUSING AFTER EACH SCREEN?
  54.      Yes. Use the "/Q" switch.
  55.  
  56. 13. DO FILE ASSOCIATIONS IN WIN.INI WORK WITH WCL?
  57.      Yes - same as with the Windows File Manager. If you use the File
  58.      Manager often, you can associate both the .CBF and .ZIP extensions
  59.      with WCL.EXE, or BIGWCL.EXE.
  60.  
  61. 14. CAN I USE WCL TO HIDE A PROGRAM or ICON?
  62.      Yes. Use the SENDMESSAGE command. You can also use this command
  63.      to do many other things.
  64.  
  65. 15. CAN I UNZIP A "ZIP" FILE WITH WCL?
  66.      Yes. Use the UNZIP command, or just type the name of the ZIP file
  67.      (plus the .ZIP extension) at the WCL prompt.
  68.  
  69. 16. CAN I HAVE A SCROLL BACK BUFFER IN WCL SO AS TO SEE THE OUTPUT
  70.     FROM PAST COMMANDS?
  71.      Yes. Use the PgUp or PgDn keys, or scroll with the mouse.
  72.  
  73. 17. CAN I COPY TEXT FROM THE WCL WINDOW TO THE CLIPBOARD?
  74.      Yes. Use the CLIP command.
  75.  
  76. 17A. CAN I PASTE TEXT FROM THE CLIPBOARD INTO THE WCL WINDOW?
  77.      Yes. Use the PASTE command.
  78.  
  79. 18. WHY SHOULD I NOT KEEP USING WCL WITHOUT REGISTERING IT?
  80.      Because you are honest - and not registering a shareware program
  81.      which you intend to keep using is no different from stealing
  82.      the registration fee from the author's wallet.
  83.  
  84. 19. IS WCL COMPATIBLE WITH WINDOWS NT AND OS/2?
  85.       Yes.
  86.  
  87. 20. CAN I MAKE THE WCL WINDOW ALWAYS BE ON TOP?
  88.        Yes (with the "small" WCL version, turn on the "Topmost-Window"
  89.        setting in WCL.INI, and with both versions, you can use the
  90.        "TOPMOST" command)
  91.  
  92. 21. CAN I RUN A PROGRAM FROM WCL IN SUCH A WAY THAT IT WILL BE HIDDEN?
  93.        Yes. Use the RUNHIDDEN command. Be careful with this - you will
  94.        need the LISTWINS and SENDMESSAGE commands to terminate such a
  95.        hidden program.
  96.  
  97. 22. CAN I SCHEDULE PROGRAM TO RUN AT A SPECIFIC TIME?
  98.        Yes. Use the "TIMED-RUN" command.
  99.  
  100. 23. DOES WCL PROVIDE A WAY TO EXIT WINDOWS, RUN A DOS PROGRAM, AND START
  101.     WINDOWS AGAIN?
  102.        Yes. Check out the "EXITRUN" and "CLOSE-ALL-AND-EXITRUN" commands.
  103.  
  104. 24. CAN I COPY FILES BY REFERENCE TO THEIR DATES?
  105.        Yes. Use the "/DATE=" switch with the "COPY" command.
  106.  
  107. 25. CAN I DELETE FILES BY REFERENCE TO THEIR DATES?
  108.        Yes. Use the "/DATE=" switch with the "DEL" command.
  109.  
  110. 26. WHY ARE THERE "NAG" SCREENS IN WCL?
  111.        Because there are no free lunches :)
  112.        Seriously - they are only "gentle" reminders that shareware does
  113.        not mean "free", and that my computer, compilers, and, 4 years
  114.        of blood, sweat, and tears developing WCL on a daily basis,
  115.        turn out to cost me very much.
  116.  
  117. 27. ARE THERE ANY HIDDEN SECRETS IN WCL?
  118.        No comment :)
  119.  
  120. 28. I NEED TO USE CERTAIN "FOREIGN" CHARACTERS IN MY FILENAMES. HOW DO
  121.     I DO THIS FROM WCL?
  122.        You need to turn the DOSKEY emulation OFF before typing non-English
  123.        characters (type "DOSKEY OFF"). When you finish, you can turn on
  124.        the DOSKEY emulation again. If you use the "OEM Fixed Font" for
  125.        your WCL window, you will be able to get most of the characters in
  126.        the ASCII set.
  127.  
  128.